home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / c / pmm / doku / libdoku / memlib.read.me.changes < prev    next >
Text File  |  1999-06-14  |  1KB  |  43 lines

  1. Here are the changes I made to the memwatch library:
  2.  
  3. * Fixed a bug in mwcontrol.c. Do a
  4.   `diff mwcontrol.c.orig mwcontrol.c' to see the small patch.
  5.  
  6. * Added a couple of typecasts `(long)size' in memwatch.h to
  7.   eliminate some compiler warnings.
  8.  
  9. * Compiled without trouble using SAS/C 6.58
  10.  
  11. * Doug Walkers email address is walker@southpeak.com (as of 08-Jan-97)
  12.   You may try walker@unx.sas.com, though.
  13.  
  14. Enjoy!
  15.  
  16. Haidinger Walter
  17. <e9225662@student.tuwien.ac.at>
  18. <haidinge@ict.tuwien.ac.at>
  19.  
  20. -----------------------------------------------------------------------
  21.  
  22. For use with vbcc I made a lot of more changes.
  23.  
  24. mwflags.c and mwlogname.c not longer exists. Both files are only
  25. includes and the compiler has a problem with files that not have
  26. real code.
  27.  
  28. precomp.c not longer exists, because vbcc can not make precompiled
  29. files. the includes are directly in the .c-files.
  30.  
  31. "old" source (original) and new source are included.
  32. testmemlib.c and testmemlib.h based on example.h
  33.  
  34. I've not include any makefile, because I work with Pmm that not
  35. use makefile's
  36. All functions that used in memlib and not exists in vbcc can be
  37. found in two other linklib, my ADOSLIB.lib and STRINGLIB.lib.
  38.  
  39. Dec 1998
  40. Michaela Prüß
  41. michaela@flagranti.net
  42. http://www.flagranti.net/amiga
  43.